PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

Invalid Font ID Constant

The functions ATSUFONDtoFontID, ATSUFindFontFromName, and ATSUMatchFontsToText pass back this constant to indicate an invalid font ID. This constant is available with ATSUI 1.0.

enum {
    kATSUInvalidFontID      = 0
};

Constant description

kATSUInvalidFontID
Indicates that the font ID is invalid.
VERSION NOTES
Available beginning with ATSUI 1.0.


© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)